home *** CD-ROM | disk | FTP | other *** search
/ PC Loisirs 32 / pc loisirs 32.iso / Robinson / INSTALL.BAT < prev    next >
DOS Batch File  |  1996-12-18  |  331b  |  23 lines

  1. @echo off
  2. if "%1"=="" goto Erreur
  3.  
  4. cd %d%\
  5.  
  6. MD %1\ROBINSON >nul
  7. cd ROBINSON
  8. goto ok
  9.  
  10. :Erreur
  11. cls
  12. echo *** Procedure Interrupted - Installation Failed ***
  13. echo Install Destination_Drive
  14. echo ex: INSTALL C:
  15. goto fin
  16.  
  17. :ok
  18. echo 
  19. echo *** Installation finished ***
  20. echo To play, type START from your CD-ROM
  21.  
  22. :fin
  23.